TimeStyleTruncateOnOverflow Property

Specifies if a time or duration for which the value to be displayed by the largest time component specified in the style is too large to be displayed using the value range for hours (0 to 23), or minutes or seconds (0 to 59) is truncated or if the value range of this component is extended.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public bool TruncateOnOverflow { get; set; }

Property Value

Boolean

See Also